home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
01
/
3
/
DISK0130.ZIP
/
CHARCNT.MAN
< prev
next >
Wrap
Text File
|
1983-09-07
|
424b
|
20 lines
.im man.im
.NM charcnt count characters in input
.SY charcnt
.FU
.ital charcnt
counts the characters in its input and writes the total as a single
line of text to the output.
Since each line of text is internally delimited by a
.ital NEWLINE
character, the total count is the number of lines plus the number of characters
within each line.
.EG
.Q1
charcnt
A single line of input.
<ENDFILE>
.ital 24
.Q2